HttpMessage.Request
class HttpMessage
protected
struct Request {
}
- _clientAddress
Address _clientAddress;
Undocumented in source.
- _clientIP
string _clientIP;
Undocumented in source.
- _clientPort
string _clientPort;
Undocumented in source.
- _method
HTTPMethod _method;
Undocumented in source.
- _path
string _path;
Undocumented in source.
- _query
string _query;
Undocumented in source.
- _url
string _url;
Undocumented in source.
collie codec http httpmessage HttpMessage
constructorsfunctionspropertiesstatic functionsstructsunionsvariables
The 12 standard fields for HTTP messages. Use accessors. An HTTPMessage is either a Request or Response. Once an accessor for either is used, that fixes the type of HTTPMessage. If an access is then used for the other type, a DCHECK will fail.